home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / GROWDEC.DXR / 00004_ADDAdvert Frame.ls < prev    next >
Encoding:
Text File  |  1997-10-14  |  111 b   |  8 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if rollOver(42) and the mouseDown then
  4.     beep()
  5.     GROReturn(2)
  6.   end if
  7. end
  8.